SetIgnoreInputEventsRequest

data class SetIgnoreInputEventsRequest(ignore: Boolean)

Represents request frame that can be used with Input#setIgnoreInputEvents operation call.

Ignores input events (useful while auditing page).

See also

Constructors

SetIgnoreInputEventsRequest
Link copied to clipboard
fun SetIgnoreInputEventsRequest(ignore: Boolean)

Properties

ignore
Link copied to clipboard
val ignore: Boolean
Ignores input events processing when set to true.

Sources

jvm source
Link copied to clipboard